home *** CD-ROM | disk | FTP | other *** search
/ Clinical Endocrinology / Clinical Endocrinology.iso / mac / 00000000 / 20000000 / 20000000.dir / 00032_Script_32 < prev    next >
Text File  |  1995-11-15  |  273b  |  19 lines

  1. -- Script to detect if the zoomed picture
  2. -- is being clicked on to go back to the
  3. -- main screen or clicked and held to drag.
  4.  
  5. on mouseDown
  6.   wait 10
  7.   if  the stillDown then
  8.     
  9.     moveBigPict
  10.     
  11.   else
  12.     
  13.     clickOnBigPict
  14.     
  15.   end if
  16.   
  17. end
  18.  
  19.